Add support for configuring feature flags when starting guests.
authorIan.Campbell@xensource.com <Ian.Campbell@xensource.com>
Mon, 27 Feb 2006 17:27:52 +0000 (17:27 +0000)
committerIan.Campbell@xensource.com <Ian.Campbell@xensource.com>
Mon, 27 Feb 2006 17:27:52 +0000 (17:27 +0000)
commita6f599555c5e63c6ce821fcc5d394779a5e1b101
treedefb269c3afffab53040363976cd11d9eba38f53
parent9d77d697b124c41ecacdbfc572c9164366652699
Add support for configuring feature flags when starting guests.

Guest configuration files may now contain a features= declaration
listing the features which should be enabled in a | separated
list.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
tools/libxc/xc_linux_build.c
tools/libxc/xenguest.h
tools/python/xen/lowlevel/xc/xc.c
tools/python/xen/xend/image.py
tools/python/xen/xm/create.py